@charset "UTF-8";
@font-face{font-family:'din'; src: url('../font/din.OTF');}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #666; background-color: #fff; font-family:'Microsoft YaHei',Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent;  font-family:'Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #00479d; color: #fff; text-shadow: none; }
::selection { background: #00479d; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
::-webkit-scrollbar-thumb:hover { background: #00479d;}


a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{position: relative; width: 1246px; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
/**[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;*height: auto;}
.rect-50 {padding-bottom: 50%;}
.rect-67 {padding-bottom: 67%;}
.rect-905 {padding-bottom: 90.5%;}
.rect-100 {padding-bottom: 100%;}
.rect-140 {padding-bottom: 140%;}*/

.imgZoom img,.imgY180 img { height:200px; width:100%;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);border-radius:7px;}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:90px; z-index: 9999;width: 100%; position:fixed;transition:0.5s all;  background:#fff;}
.header .logo{ height:90px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
.header .nav{ display: flex; position: relative; height:90px; transition:0.5s all;}
.header .nav>ul{display:flex; position: relative; height:100%;}
.header .nav .drop{position: relative; display: inline-block; text-align: center;padding: 0 30px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop:last-child{ padding-right: 0;}
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333; font-weight: bold;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #00479d;}
.header .nav .subNavbox{width:160px;position:absolute; top:100%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.header .nav .subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.header .nav .subNavbox a{display:block;position:relative;font-size:16px;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
.header .nav .subNavbox a:before{content:"";position:absolute;bottom:0;left:0; width: 0; height:2px;background: #00479d; transition:0.3s all;}
.header .nav .subNavbox a.active,.header .nav .subNavbox a:hover{color:#00479d}
.header .nav .subNavbox a.active:before,.header .nav .subNavbox a:hover:before{ width: 100%;}
.header .nav .subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

/*导航下滑*/
.header.scroll { height:80px; box-shadow: 0 0 15px rgba(0,0,0,0.1); transition: 0.5s all;}
.header.scroll .logo,.header.scroll .nav,.header.scroll .tel{height:80px;}
.header.scroll .drop .subbox{top:80px;}
.header.scroll .nav li>a{color: #333;}
.header.scroll .nav li:hover>a{color: #00479d;}
.header.scroll .nav li.on>a{color: #00479d;}
.placeholder{ width: 100%; position: relative; height: 90px;}

/*======================轮播图======================*/

.inAbout{ position: relative; width: 100%; padding: 80px 0; background: #ffffff;}
.inAbout .txtname{ position: relative; font-size: 32px; color: #000000; text-align: center;}
.inAbout .txtname span{ padding: 0 20px;}
.inAbout .txtname i{ display:inline-block; width: 40px; height: 3px; background: #e5e5e5; vertical-align: middle;}
.inAbout .abonum{ position: relative; width: 90%; margin: 50px auto 0; display: grid;grid-gap: 0; grid-template-columns: repeat(4,1fr);}
.inAbout .abonum .item{ position: relative; width: 100%; float: left; line-height: 1; text-align: center;}
.inAbout .abonum .item .ico{ margin-bottom: 20px;}
.inAbout .abonum .item .ico img{ height: 60px;}
.inAbout .abonum .item .math{ display: inline-block; margin-right: 10px; font-size: 48px; font-weight: bold; color: #00479d; font-family: 'din';}
.inAbout .abonum .item .unit{ display: inline-block; font-size: 16px; color: #333333; }
.inAbout .abonum .item .unit span{display: block; width: 100%;}
.inAbout .abonum .item .c{ margin-top: 15px; font-size: 16px; color: #333333;}
.inAbout .abocon{ position: relative; margin-top: 40px; padding: 25px; background: #eff5fc;display: flex;flex-direction: row; justify-content: space-between;}
.inAbout .abocon .left{float: left; width: 48%;display: flex;flex-direction: column; justify-content: center;}
.inAbout .abocon .left .title{font-size: 24px;color: #000000; font-weight: bold;}
.inAbout .abocon .left .line{ width: 30px; height: 3px; margin: 40px 0; background: #00479d;}
.inAbout .abocon .left .desc{ font-size: 16px; line-height: 35px; color: #333333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis;}
.inAbout .abocon .left .more{position: relative; margin-top: 80px; width: 176px; height: 50px; text-align: center; line-height: 50px; border:1px #00479d solid; border-radius: 5px; box-sizing: border-box; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px;}
.inAbout .abocon .left .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(0, 1);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
.inAbout .abocon .left .more a{display: block; font-size: 15px; color: #00479d;}
.inAbout .abocon .left .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.inAbout .abocon .left .more:hover a{ color: #ffffff;}
.inAbout .abocon .img{ float: right; width: 50%;}
.inAbout .abocon .img img{ width: 100%;}

.inProduct{ position: relative; width: 100%; padding:0 0 80px; background: #ffffff;}
.inProduct .txtname{ position: relative; font-size: 32px; color: #000000; text-align: center;}
.inProduct .txtname span{ padding: 0 20px;}
.inProduct .txtname i{ display:inline-block; width: 40px; height: 3px; background: #e5e5e5; vertical-align: middle;}
.inProduct .productlist{ position: relative; margin-top: 50px;}
.inProduct .productlist .item{ position: relative; width: 31.666666%; margin-right: 2.5%;}
.inProduct .productlist .item:last-child{ margin-right: 0;}
.inProduct .productlist .item .cover{ width: 100%; height: 90px;}
.inProduct .productlist .item .infor{ position: absolute; width: 100%; height: 90px; left: 0; bottom: 0; padding: 30px 0; text-align: center; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
.inProduct .productlist .item .infor .tit{ font-size: 22px; line-height:30px; color: #ffffff; font-weight: bold;}
.inProduct .productlist .item .infor .c{ margin-top: 10px; font-size: 16px; color: #ffffff;}
.inProduct .productlist .item .infor .list{ display: none; margin-top: 40px;}
.inProduct .productlist .item .infor .list a{font-size: 16px; line-height: 30px; color: #ffffff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inProduct .productlist .item .infor .list a:hover{ padding-left:10px; }
.inProduct .productlist .item:hover .infor{ height: 100%; padding: 80px; background-image: -webkit-linear-gradient(120deg, rgba(29,142,164, 0.9),rgba(23,169,157, 0.9));  background-image: -moz-linear-gradient(120deg, rgba(29,142,164, 0.9),rgba(23,169,157, 0.9)); background-image: -o-linear-gradient(120deg, rgba(29,142,164, 0.9),rgba(23,169,157, 0.9));background-image: linear-gradient(120deg, rgba(29,142,164, 0.9),rgba(23,169,157, 0.9));}
.inProduct .productlist .item:hover .list{ display: block;}
.inProduct .productlist .swiper-prev{ position:absolute; top:50%; left: -35px; margin-top: -21px; font-size: 35px; transform: rotate(180deg); cursor: pointer;}
.inProduct .productlist .swiper-next{ position:absolute; top:50%; right: -35px; margin-top: -21px; font-size: 35px; cursor: pointer;}
.inProduct .productlist .swiper-prev:hover,.inProduct .productlist .swiper-next:hover{ color: #00479d;}
.inProduct .productlist span.swiper-button-disabled{ opacity: 0.5;}

.inNews{width: 100%; padding: 60px 0; background: #f4f9fd; margin-top:50px;}
.inNews .txtname{ position: relative; font-size: 32px; color: #000000; text-align: center;}
.inNews .txtname span{ padding: 0 20px;}
.inNews .txtname i{ display:inline-block; width: 40px; height: 3px; background: #e5e5e5; vertical-align: middle;}
.inNews .newsbox{ margin-top: 50px; display: grid; grid-gap:35px; grid-template-columns: repeat(3,1fr);}
.inNews .newsbox .item{position: relative; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; }
.inNews .newsbox .item .titbox{position: relative; padding: 20px 20px; background: #ffffff;transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px; }
.inNews .newsbox .item .titbox::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(1, 0);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d); }
.inNews .newsbox .item .titbox .title{ font-size: 17px; color: #333333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .desc{margin: 15px 0; font-size: 15px; color: #666666; line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .learn{ font-size: 15px; color: #666666; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
.inNews .newsbox .item:hover .titbox::before{opacity: 1; visibility: visible; transform: none;}
.inNews .newsbox .item:hover .titbox .title,.inNews .newsbox .item:hover .titbox .desc,.inNews .newsbox .item:hover .titbox .learn{ color: #ffffff;}
.inNews .newsbox .item .titbox .learn:hover{ margin-left: 10px; }
.inNews .newsbox .item:hover{ transform: translateY(-5px);box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);}
.inNews .more{position: relative; margin: 45px auto 0; width: 176px; height: 50px; text-align: center; line-height: 50px; border:1px #00479d solid; border-radius: 5px; box-sizing: border-box; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px;}
.inNews .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(0, 1);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
.inNews .more a{ display: block; font-size: 15px; color: #00479d;}
.inNews .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.inNews .more:hover a{ color: #ffffff;}

.inContact{ width: 100%; position: relative; padding:110px 0 110px 0; background:url(../images/b26.jpg) no-repeat center; background-size:cover;background-position:center; background-repeat:no-repeat; background-attachment: fixed; }
.inContact .Top{ font-size:45px; color: #fff;  text-align: center; font-weight: bold;}
.inContact .Top span{ font-size:18px; color: #fff;  text-align: center; font-weight:normal; width:100%; float:left; line-height:45px;}


.inContact .Conlist{ width: 100%; position: relative; margin-top: 50px;  display: flex;flex-direction: row;
justify-content: space-between;}
.inContact .Conlist .Conl{width: 68%; padding: 40px;display: flex;flex-direction: column;justify-content: center; box-sizing:border-box;}
.inContact .Conlist .Conl .Topt{ width: 100%; position: relative;}
.inContact .Conlist .Conl .Topt .tit{ font-size: 30px; color: #096fd8; font-weight: bold;}
.inContact .Conlist .Conl .Topt .c{ font-size: 16px; color: #666; }
.inContact .Conlist .Conl  .map{ width: 100%; height: 100%; position: relative;;}
.inContact .Conlist .Conr{position: relative; width:100%; height: 100%; color:#fff; padding: 30px 20px; background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);box-sizing: border-box;}
.inContact .Conlist .Conr .p1{ font-size: 32px;}
.inContact .Conlist .Conr .p2{ font-size: 16px; font-family: 'din'; margin-top: 10px;}
.inContact .Conlist .Conr .p3{ font-size: 24px; margin-top: 35px; font-weight: bold;}
.inContact .Conlist .Conr .p4{ margin-top: 50px;}
.inContact .Conlist .Conr .p4 p{ font-size: 16px; line-height: 34px;}
.inContact .Conlist .Conr .p4 p span{ font-size: 18px; margin-right: 10px;}

.footer{ width: 100%; position: relative; background: #2b2828; }
.footer .foot_nav{position: relative; padding: 50px 0;  width: 100%; border-bottom: 1px #353535 solid;}
.footer .foot_nav dl{ width:15%; float: left; }
.footer .foot_nav dl dt{ font-size: 18px; color: #ffffff; margin-bottom: 20px; }
.footer .foot_nav dl dd{ width: 100%;display:  inline-block; }
.footer .foot_nav dl dd a{ width: 100%; display: inline-block;font-size: 15px; line-height: 30px; color: #bfbfbf; }
.footer .foot_nav dl:nth-child(4){ width:40%; float: left; text-align:left; color:#bfbfbf; line-height:28px;}
footer .foot_nav dl:nth-child(5){ float: right;}

footer .foot_nav dl img{ width:160px!important}

.footer .foot_nav dl a:hover{ color:#1490ff; }
.footer .foot_nav dl p{ font-size: 15px; color: #bfbfbf;  line-height:30px; }
.footer .foot_nav dl p a{color: #bfbfbf; }
.footer .copy{ width:100%; position: relative; padding: 15px 0; font-size: 15px; color: #bfbfbf; }
.footer .copy .fl{ line-height: 44px;}
.footer .copy a{color: #bfbfbf;}
.footer .copy a:hover{ color: #1490ff;}
.footer .copy .link { float: right; width: 238px; height: 44px; border: 1px #818183 solid;}
.footer .copy .link details { position: relative;}
.footer .copy .link details div {width: 100%; padding: 5px 0; height: 160px; background-color: #ffffff;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);position: absolute;bottom: calc(100% + 0px);right: 0; overflow: auto;transform-origin: 100% 100%;color: #ffffff;}
.footer .copy .link details[open] div {-webkit-animation: scale 0.25s ease;animation: scale 0.25s ease;}
.footer .copy .link details div a{font-size: 15px; color: #333; font-weight: 500; line-height: 35px; float: left;padding:0 2%; width:100%;background: #f5f5f5;margin-bottom: 5px; box-sizing: border-box;}
.footer .copy .link details div a:hover{color: #00479d;}
.footer .copy .link summary { position: relative; width:100%; line-height: 40px; font-size: 15px;  padding: 0 10%; box-sizing: border-box; background: url(../img/foot_jt.png) 90% center no-repeat; background-size: auto 8px; cursor: pointer;}
.footer .copy .link summary::marker {content:'';}
.footer .copy .link summary::-webkit-details-marker {display: none;}
.footer .copy .link summary:hover { color: #fff; background: url(../img/foot_jt.png) 90% center no-repeat; background-size: auto 8px; }
@-webkit-keyframes scale {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes scale {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}

/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff; overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.pbanner .bannerText .innerText h5, .pbanner .bannerText .innerText h6 { text-align: center; }
.pbanner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.pbanner .bannerText .container h6 { font-size: 24px;  color: #333; font-weight: normal; font-family: 'din'; text-transform: uppercase; }
.pbanner .bannerText .container h5 { margin-top: 10px; line-height: 1.3; font-size: 38px; color: #007cca;}

.crumbs{padding: 20px 0;font-size: 16px;color: #666666; line-height: 28px; border-bottom: 1px solid #e0e0e0; box-sizing: border-box;}
.crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.crumbs a{color: #666666;margin: 0 2px; font-size:16px;}
.crumbs a:hover{color: #00479d;}

.pageMain{position: relative; padding: 50px 0; background: #f9f9f9;}
.pageMain .pageNav{position:relative; width: 23%;}
.pageMain .pageNav .navTitle{width: 100%;padding: 30px 25px; text-align: center; background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);box-sizing: border-box;}
.pageMain .pageNav .navTitle h2{ font-size: 28px; color: #ffffff;margin-bottom: 10px;}
.pageMain .pageNav .navTitle p{ font-size: 18px; color: #ffffff; font-family: 'din';}
.pageMain .pageNav .menuNav{background: #ffffff; border: 1px solid #e2faf8;}
.pageMain .pageNav .menuNav li {position: relative; line-height: 60px; border-bottom: 1px solid #eeeeee; text-align: center;}
.pageMain .pageNav .menuNav li a{display: block; color: #333333; font-size: 17px; font-weight: bold;}
.pageMain .pageNav .menuNav li.select a,.pageMain .pageNav .menuNav li:hover a { color: #00479d; -webkit-transition-delay: .1s; transition-delay: .1s; }
.pageMain .pageNav .navcont{ margin-top:30px;}
.pageMain .pageNav .navcont .img{position:relative}
.pageMain .pageNav .navcont .img img{ width:100%;}
.pageMain .pageNav .navcont .cont_tel{background: #ffffff; border: 1px solid #e2faf8; padding: 15px; box-sizing: border-box;}
.pageMain .pageNav .navcont .cont_tel p{border-bottom: 1px dashed #d8d8d8; padding:10px 0; font-size:15px; line-height:24px; color:#333333;}
.pageMain .pageNav .navcont .cont_tel p:first-child b{ font-size:26px; color:#00479d; font-weight:bold; font-family:'din'}
.pageMain .pagebox{ width: 75%;}
.pageMain .pagebox .contentbox{background: #ffffff;padding: 35px;box-sizing: border-box;}
.contDetail .tit{font-size: 22px; color: #333333; padding-bottom: 20px;border-bottom: 1px solid #ececec;}
.contDetail .cont{ width:100%; font-size:16px; color:#333333; line-height:2; margin-top:30px;}
.contDetail .cont p a{font-size: 16px !important; }
.contDetail .cont img{max-width:100%; margin:5px 0;}
.contDetail .cont table{border-collapse:collapse;width:100% !important;}
.contDetail .cont table,.contDetail .cont tr{ font-size: 16px; color: #333333; }
.contDetail .cont table,.contDetail .cont th,.contDetail .cont td{border: 1px solid #333333; text-align: center; font-size: 16px;}
.honorlist{margin-top: 30px;}
.honorlist .gallery{ display: grid;grid-gap: 15px; grid-template-columns: repeat(3,1fr);}
.honorlist .item{width: 100%; float: left; cursor: pointer;}
.honorlist .item .box {padding: 3px;border: 2px #eee solid}
.honorlist .item:nth-child(2n){margin-right: 0;}
.honorlist .item .img {position: relative;overflow: inherit;}
.honorlist .item:hover .box {border: 2px #00479d solid;}
.honorlist .item .img img {display: block; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;transform-origin: 50% 50%;}
.honorlist .item:hover .img img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.honorlist .item p { margin: 0 5px; line-height: 50px;text-align: center; color: #333;transition: 0.3s all ease;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.honorlist .item:hover p {color: #00479d;}

.pagecul{ margin-top: 30px; display: grid; grid-gap: 20px; grid-template-columns: repeat(3,1fr);}
.pagecul .item{position:relative; width:100%;  background:#f9f9f9; transition:0.6s all;}
.pagecul .item:after{ content:''; display:block; position:absolute; right:0; bottom:0; width:0; height:3px; background:#00479d; transition:0.6s all;}
.pagecul .item:hover:after{width:100%;left:0;}
.pagecul .item .txt{ padding:50px 20px;}
.pagecul .item .txt h3{font-size:35px; color:#00479d; font-family: 'din'; margin-bottom:20px;}
.pagecul .item .txt h5{font-size:22px; color: #333333;  margin-bottom:20px;}
.pagecul .item .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.pagecul .item .txt p{line-height:2; font-size:15px; color:#666666;font-weight: bold;}
.pagecul .item:before {content: '';width: 100%;height: 100%;background:rgba(0,0,0,.1);display: block;position: absolute;z-index: -1;left: 0px;top: 0px;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);visibility: hidden;}
.pagecul .item:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}

.prodlist{margin-top: 30px; display: grid;grid-gap: 15px; grid-template-columns: repeat(3,1fr);}
.filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s; }
.prodlist .item .filler2 { background-color: #00479d; z-index: 5; }
.prodlist .item .filler2-left { width: 2px; height: 0%; left: 0%; top: 0%; }
.prodlist .item .filler2-right { width: 2px; height: 0%; right: 0%; bottom: 0%; }
.prodlist .item .filler2-top { width: 0%; height: 2px; right: 0%; top: 0%; }
.prodlist .item .filler2-bottom { width: 0%; height: 5px; left: 0%; bottom: 0; }
.prodlist .item:hover .filler2-left { height: 100%; }
.prodlist .item:hover .filler2-right { height: 100%; }
.prodlist .item:hover .filler2-top { width: 100%; }
.prodlist .item:hover .filler2-bottom { width: 100%; }
.prodlist .item { position: relative; transition: 300ms; -webkit-transition: 300ms; }
.prodlist .item .box{position: relative;border: 1px solid #e4e4e4;}
.prodlist .item .img { overflow: hidden; transition: 100ms; -webkit-transition: 100ms; }
.prodlist .item .line { position: absolute; left: 0px; bottom: -7px; width: 0%; height: 7px; background-color: #00479d; transition: 300ms; -webkit-transition: 300ms; }
.prodlist .item .con { padding: 20px 15px 50px;  }
.prodlist .item .con .t { font-size: 17px; font-weight: 600; line-height: 1.5; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.prodlist .item .con .time { font: 14px/1.8 "din"; color: #a5a5a5; padding: 10px 0px; }
.prodlist .item .con .c { font-size: 15px; line-height: 2; color: #747474; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.prodlist .item:hover { background-color: #fff; }
.prodlist .item:hover .img img { transform: scale(1.08); -webkit-transform: scale(1.08); }
.prodlist .item:hover .line { width: 100%; }
.prodlist .item:hover .ibox-more i { width: 100%; }
.prodlist .item:hover .con .t { color: #00479d; }
.prodlist .item .ibox-link { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; }
.prodlist .item .ibox-more { background: url(../img/more_i1.png) no-repeat scroll left center; width: 19px; height: 20px; position: absolute; bottom: 18px; }
.prodlist .item .ibox-more i { position: absolute; background: url(../img/more_i2.png) no-repeat scroll left center; width: 0%; height: 100%; }
.trans3 { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.prodcont .pageNewsT{ width:100%; margin:0 auto; font-size:22px; line-height: 1.4; color:#333333; padding-bottom: 10px; border-bottom:solid 1px #eeeeee;}
.prodcont .pageNewsC{ width:100%; margin:0 auto; font-size:15px; color:#999999; }
.prodcont .pageNewsD{ width:100%; margin:0 auto; font-size:16px; color:#555555; line-height:2; margin:30px 0;}
.prodcont .pageNewsD p a{font-size: 16px !important; }
.prodcont .pageNewsD img{max-width:100%; margin:5px 0;}
.prodcont .pageNewsD table{border-collapse:collapse;width:100% !important;}
.prodcont .pageNewsD table,.prodcont .pageNewsD tr{ font-size: 16px; color: #555555; }
.prodcont .pageNewsD table,.prodcont .pageNewsD th,.prodcont .pageNewsD td{border: 1px solid #555555; text-align: center; font-size: 16px;}
.newslist{ margin-top: 30px; position: relative;}
.newslist .list_box{padding-top:20px; position:relative; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; color:#404040;}
.newslist .list_box:first-child{padding-top:0;}
.newslist .list_main{overflow:hidden; width:88%; padding-bottom:20px;border-bottom: 1px solid #e7e7e7;}
.newslist .list_main .bd_r{width:20%; margin-left:3%;}
.newslist .list_main .bd_c{overflow:hidden;}
.newslist .list_main .bd_c .list_title{height:30px; line-height:30px; font-size:17px; color: #333; font-weight:bold; display:block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.newslist .list_box:hover .list_main .bd_c .list_title{color: #00479d;}
.newslist .list_main .bd_c .list_p{ margin-top: 10px; font-size:15px; line-height:28px; height:56px; overflow:hidden; display:block;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newslist .list_time{position:relative; width:90px; padding:15px 0; font-size:16px; font-family: 'din';text-align:center; color:#fff; background:#00479d; font-weight:bold; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.newslist .list_box .list_time_day{display:block; font-size:26px;}
.newslist .list_box:hover .list_time{background: #00479d;}
.newslist .list_box a:hover{color:#404040;}
.newscont .pageNewsT{ width:100%; margin:0 auto; font-size:22px; line-height: 1.4; color:#333333;}
.newscont .pageNewsC{ width:100%; margin:0 auto; font-size:15px; color:#999999;padding:10px 0; border-bottom:solid 1px #eeeeee; }
.newscont .pageNewsD{ width:100%; margin:0 auto; font-size:16px; color:#555555; line-height:2; margin:30px 0;}
.newscont .pageNewsD p a{font-size: 16px !important; }
.newscont .pageNewsD img{max-width:100%; margin:5px 0;}
.newscont .pageNewsD table{border-collapse:collapse;width:100% !important;}
.newscont .pageNewsD table,.newscont .pageNewsD tr{ font-size: 16px; color: #555555; }
.newscont .pageNewsD table,.newscont .pageNewsD th,.newscont .pageNewsD td{border: 1px solid #555555; text-align: center; font-size: 16px;}
.caselist{margin-top: 30px; display: grid;grid-gap: 15px; grid-template-columns: repeat(3,1fr);}
.caselist .item{width: 100%; float: left; cursor: pointer;}
.caselist .item .box {border: 2px #eee solid}
.caselist .item:nth-child(2n){margin-right: 0;}
.caselist .item .img {position: relative;overflow: inherit;}
.caselist .item:hover .box {border: 2px #00479d solid;}
.caselist .item .img img {display: block; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;transform-origin: 50% 50%;}
.caselist .item:hover .img img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.caselist .item p {padding: 0 2%; line-height: 55px;text-align: center; color: #333;transition: 0.5s all ease;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; -webkit-perspective: 300px;perspective: 300px;}
.caselist .item p::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(0, 1);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
.caselist .item:hover p::before{opacity: 1; visibility: visible; transform: none;}
.caselist .item:hover p{ color: #ffffff;}
.casecont .pageNewsT{ width:100%; margin:0 auto; font-size:22px; line-height: 1.4; color:#333333;}
.casecont .pageNewsC{ width:100%; margin:0 auto; font-size:15px; color:#999999; padding:10px 0; border-bottom:solid 1px #eeeeee; }
.casecont .pageNewsD{ width:100%; margin:0 auto; font-size:16px; color:#555555; line-height:2; margin:30px 0;}
.casecont .pageNewsD p a{font-size: 16px !important; }
.casecont .pageNewsD img{max-width:100%; margin:5px 0;}
.casecont .pageNewsD table{border-collapse:collapse;width:100% !important;}
.casecont .pageNewsD table,.casecont .pageNewsD tr{ font-size: 16px; color: #555555;}
.casecont .pageNewsD table,.casecont .pageNewsD th,.casecont .pageNewsD td{ border: 1px solid #555555; text-align: center; font-size: 16px;}

.conbox{background: #ffffff;padding: 35px;box-sizing: border-box;}
.conbox h5 {margin-top: 30px; text-align: center; font-size: 26px; margin-bottom: 20px; background-image:-webkit-linear-gradient(120deg, #00479d, #00479d);  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.conbox .f20 {text-align: center; max-width: 100%; width: 85%; color: #707070; font-size: 16px; line-height: 2; margin-left: auto; margin-right: auto; }
.jnlist { margin-top: 30px; border-top: 4px solid #00479d; display: -webkit-box;display: -ms-flexbox;display: flex;background: #f9f9f9;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 70px;-webkit-transition: .4s;transition: .4s;}
.jnlist div{font-size: 18px; color: #333;font-weight: bold; -webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: center;-webkit-transition: .4s;transition: .4s;}
.joinlist {width: 100%;position: relative;margin-top: 10px;}
.joinlist .list_dl{ margin-bottom: 5px;-webkit-transition: .4s;transition: .4s;}
.joinlist .list_dl:last-child{ margin-bottom: 0;}
.joinlist .list_dt {cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;background: #f9f9f9;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s; transition: .4s;}
.joinlist .list_dt div {font-size: 17px;color: #333;-webkit-box-flex: 1;-ms-flex: 1;flex: 1; text-align: center;}
.joinlist .list_dt div.menu { position: relative; }
.joinlist .list_dt div.menu i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; height: 2px; background: #606060; display: block; -webkit-transition: .4s; transition: .4s; }
.joinlist .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.joinlist .list_dl#open .list_dt{background:  #00479d;}
.joinlist .list_dl#open .list_dt div{ color: #fff;}
.joinlist .list_dl#open .list_dt div.menu i { background: #fff; }
.joinlist .list_dl#open .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -200%) rotate(90deg); transform: translate(-50%, -200%) rotate(90deg); opacity: 0; }
.joinlist .list_dd {display: none;padding: 40px;font-size: 16px;line-height: 2;color: #333333;background: #f5f8fc; -webkit-transition: .4s; transition: .4s;}
.joinlist .list_dl#open .list_dd{ display: block;-webkit-transition: .4s; transition: .4s;}
.joinlist .list_dd .jointd {position: relative;width: 160px;height: 50px;margin-top: 40px;font-size: 17px;color: #fff;font-weight: bold;
text-align: center;line-height: 50px;background: #f0fefd;}
.joinlist .list_dd .jointd a{ color:#fff}
.joinlist .list_dd .jointd:hover {background: #00479d;}

.pagecont{ width: 100%; position: relative; margin-top: 30px; background-color: #fff; display: flex;flex-direction: row;
  justify-content: space-between;}
.pagecont .contl{width: 62%; display: flex;flex-direction: column;justify-content: center; box-sizing:border-box;}
.pagecont .contl .map{ width: 100%; height: 100%; position: relative;;}
.pagecont .contr{position: relative; width:38%; height: 100%; color:#fff; padding: 50px 20px; background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);box-sizing: border-box;}
.pagecont .contr .p1{ font-size: 32px;}
.pagecont .contr .p2{ font-size: 16px; font-family: 'din'; margin-top: 10px;}
.pagecont .contr .p3{ font-size: 24px; font-weight: bold;}
.pagecont .contr .p4{ margin-top: 50px;}
.pagecont .contr .p4 p{ font-size: 16px; line-height: 34px;}
.pagecont .contr .p4 p span{ font-size: 18px; margin-right: 10px;}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin-top: 30px; display:inline-block; height:36px; line-height:36px; background:#f7f7f7; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#00479d; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#00479d; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #fff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333; font-size: 15px;}
.pages1_l:hover a{ color:#00479d;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#00479d;}
.backbox{padding-top:20px;position:relative; padding: 40px 0;border-top: 1px #e5e5e5 solid; }
.bc-prev,.bc-next{display:block;width:200px;height:50px; background: #f5f5f5;overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prevn,.bc-nextn{display:block;width:200px;height:50px; background: #f5f5f5; overflow:hidden;color:#666;line-height:50px;position:relative; text-align: center;}
.bc-prev,.bc-prevn{float:left;}
.bc-next,.bc-nextn{float:right;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:18px;background-position:left top;}
.bc-prev p{padding-left:51px;position:relative;}
.bc-next .aw{right:18px;background-position:right bottom;}
.bc-next p{padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#00479d;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:170px;height:50px;line-height:50px;background:#00479d;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#00479d; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#00479d;}
.bc-prev:hover .bg,.bc-next:hover .bg{ width:100%; }
.bc-prev:hover .aw{ background-position:right top; }
.bc-next:hover .aw{ background-position:left bottom; }
.backlist:hover{background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}



/* main CSS */
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10000;
}

#pictureViewer>.content {
  background-color: #fff;
  position: absolute;
  width: 60%;
  height: 70vh;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .menu-bar {
  width: 100%;
}

#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
  background-color: #00479d;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
  background-image: url(../img/icon/maximization_black.png);
  background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
  background-image: url(../img/icon/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
  background-size: 16px;
  background-image: url(../img/icon/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
  background-image: url(../img/icon/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
  background-image: url(../img/icon/close_black.png);
  background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
  background-image: url(../img/icon/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#pictureViewer .handel-prev {
  background-image: url(../img/icon/prev_blank.png);
}

#pictureViewer .handel-next {
  background-image: url(../img/icon/next_blank.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
  background-color: #00479d;
}

#pictureViewer .handel-prev:hover {
  background-image: url(../img/icon/prev_white.png);
}

#pictureViewer .handel-next:hover {
  background-image: url(../img/icon/next_white.png);
}

#pictureViewer .picture-content {
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #808080;
  font-size: 13px;
}

#pictureViewer .hide {
  display: none;
}

#pictureViewer .left {
  float: left;
}

#pictureViewer .right {
  float: right;
}

#pictureViewer .clear-flex {
  clear: both;
}

#pictureViewer img {
  max-width: 100%;
  max-height: 100%;
}

/* 右侧客服 */
.fixed-right{position:fixed;top:50%;transform: translateY(-50%); right:0;z-index:80;}
.fixed-right a{display:block;width:80px;height:65px;font-size:12px;color:#fff;text-align:center;position:relative;margin-bottom:1px;box-sizing:border-box;cursor:pointer;border-radius: 5px;
-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.fixed-right a:nth-child(1){background:#00479d url(../images/qq.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(1){background:#00479d url(../images/qq.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(2){background:#00479d url(../images/tel.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(2) p{width:160px;height:65px;line-height:65px;background:#00479d;color:#fff;text-align:center;position:absolute;top:0;right:80px;font-size:20px; border-radius: 5px; font-family:Arial;display:none;}
.fixed-right a:nth-child(2):hover p{display:block;}
.fixed-right a:hover:nth-child(2){background:#00479d url(../images/tel.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(3){background:#00479d url(../img/gzh.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(3){background:#00479d url(../images/gzh.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:nth-child(3) img{position:absolute;top:0;right:80px;display:none;}
.fixed-right a:nth-child(3):hover img{display:block;}
.fixed-right a:nth-child(4){background:#00479d url(../images/gotop.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}
.fixed-right a:hover:nth-child(4){background:#00479d url(../images/gotop.png) top 10px center no-repeat;padding-top:40px; background-size:auto 25px;}


@media screen and (max-width: 1400px) and (min-width: 1280px){	
  .container{ width: 96%; max-width: 96%;}
  .header .nav .drop{padding: 0 20px;}
}



@media all and (max-width:640px){


.container{position: relative; width: 90%; height: 100%; margin: 0 auto; clear:both}


.inNews{width: 100%; padding: 40px 0; background: #f4f9fd; margin-top:20px; clear:both}
.inNews .txtname{ position: relative; font-size:20px; color: #000000; text-align: center; width:100%; margin-bottom:5px;}
.inNews .txtname span{ padding: 0 10px;}
.inNews .txtname i{ display:inline-block; width: 40px; height: 3px; background: #e5e5e5; vertical-align: middle;}
.inNews .newsbox{ margin-top:20px; display:block; grid-gap:35px; grid-template-columns: repeat(3,1fr);}
.inNews .newsbox .item{position: relative; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; }
.inNews .newsbox .item .titbox{position: relative; padding: 20px 20px; background: #ffffff;transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px; }
.inNews .newsbox .item .titbox::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(1, 0);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d); }
.inNews .newsbox .item .titbox .title{ font-size: 14px; color: #333333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.inNews .newsbox .item .titbox .desc{display:none;}
.inNews .newsbox .item .titbox .learn{ font-size: 12px; color: #666666; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
.inNews .newsbox .item:hover .titbox::before{opacity: 1; visibility: visible; transform: none;}
.inNews .newsbox .item:hover .titbox .title,.inNews .newsbox .item:hover .titbox .desc,.inNews .newsbox .item:hover .titbox .learn{ color: #ffffff;}
.inNews .newsbox .item .titbox .learn:hover{ margin-left: 10px; }
.inNews .newsbox .item:hover{ transform: translateY(-5px);box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.3);}
.inNews .more{position: relative; margin:20px auto 0; width: 120px; height: 30px; text-align: center; line-height: 30px; border:1px #00479d solid; border-radius: 5px; box-sizing: border-box; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-perspective: 300px;perspective: 300px;}
.inNews .more::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transform: scale(0, 1);transition: all .5s;z-index: -1;background-image: -webkit-linear-gradient(120deg, #00479d,#00479d);  background-image: -moz-linear-gradient(120deg, #00479d,#00479d); background-image: -o-linear-gradient(120deg, #00479d,#00479d);background-image: linear-gradient(120deg, #00479d,#00479d);}
.inNews .more a{ display: block; font-size: 14px; color: #00479d;}
.inNews .more:hover::before{opacity: 1; visibility: visible; transform: none;}
.inNews .more:hover a{ color: #ffffff;}



.inContact{ width: 100%; position: relative; padding:30px 0 30px 0; background:url(../images/b26.jpg) no-repeat center;background-position:center; background-repeat:no-repeat; background-attachment: fixed; }
.inContact .Top{ font-size:20px; color: #fff;  text-align: center; font-weight: bold;}
.inContact .Top span{ font-size:14px; color: #fff;  text-align: center; font-weight:normal; width:100%; float:left; line-height:18px; padding-top:5px;}



.footer{ width: 100%; position: relative; background: #2b2828; }
.footer .foot_nav{position: relative; padding:20px 0;  width: 100%; border-bottom: 1px #353535 solid;}
.footer .foot_nav dl{ width:100%; float: left; }
.footer .foot_nav dl dt{ font-size: 14px; color: #ffffff; margin-bottom: 10px; }
.footer .foot_nav dl dd{ width: 100%;display:  inline-block; }
.footer .foot_nav dl dd a{ width: 100%; display: inline-block;font-size: 14px; line-height:16px; color: #bfbfbf; }
.footer .foot_nav dl:nth-child(4){ width:100%; float: left; text-align:left; color:#bfbfbf; line-height:20px;}
footer .foot_nav dl:nth-child(5){  display:none;}

.footer .foot_nav dl:nth-child(1){ display:none;}
.footer .foot_nav dl:nth-child(2){display:none;}
.footer .foot_nav dl:nth-child(3){ display:none;}




.footer .foot_nav dl p{ font-size: 14px; color: #bfbfbf;  line-height:20px; }
.footer .copy{ width:100%; position: relative; padding:10px 0; font-size: 14px; color: #bfbfbf; }
.footer .copy .fl{ line-height:20px;}
.footer .copy a{color: #bfbfbf;}
.footer .copy a:hover{ color: #00479d;}
.footer .copy .link { float: right; width: 238px; height: 44px; border: 1px #818183 solid;}
.footer .copy .link details { position: relative;}
.footer .copy .link details div {width: 100%; padding: 5px 0; height: 160px; background-color: #ffffff;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);position: absolute;bottom: calc(100% + 0px);right: 0; overflow: auto;transform-origin: 100% 100%;color: #ffffff;}
.footer .copy .link details[open] div {-webkit-animation: scale 0.25s ease;animation: scale 0.25s ease;}
.footer .copy .link details div a{font-size: 15px; color: #333; font-weight: 500; line-height: 35px; float: left;padding:0 2%; width:100%;background: #f5f5f5;margin-bottom: 5px; box-sizing: border-box;}
.footer .copy .link details div a:hover{color: #00479d;}
.footer .copy .link summary { position: relative; width:100%; line-height: 40px; font-size: 15px;  padding: 0 10%; box-sizing: border-box; background: url(../img/foot_jt.png) 90% center no-repeat; background-size: auto 8px; cursor: pointer;}
.footer .copy .link summary::marker {content:'';}
.footer .copy .link summary::-webkit-details-marker {display: none;}
.footer .copy .link summary:hover { color: #fff; background: url(../img/foot_jt.png) 90% center no-repeat; background-size: auto 8px; }
}
